home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MCIWND.PAK / MCIWNDX.H < prev    next >
Text File  |  1997-05-06  |  521b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //
  5. //  Sample illustrating TMCIWnd class
  6. //----------------------------------------------------------------------------
  7. #if !defined(MCIWNDX_H)
  8. #define MCIWNDX_H
  9.  
  10. #define IDD_MCIWNDDLG         0x5000
  11. #define IDC_MCIWNDCTL         0x1000
  12.  
  13. #define IDM_APPMENU           0x1000
  14. #define CM_MCIWND             0x1001
  15.  
  16. #endif // MCIWNDX_H
  17.  
  18.